diff options
| author | real-zephex <[email protected]> | 2024-03-25 11:36:02 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-25 11:36:02 +0530 |
| commit | 19e0b76673237156da05f5277287f694596a0695 (patch) | |
| tree | 20e53759882aafe8970867302c3c6df0eb2dac40 /src/app/manga/[title]/[id]/buttons.jsx | |
| parent | feature added: mangas are now available (diff) | |
| download | dramalama-19e0b76673237156da05f5277287f694596a0695.tar.xz dramalama-19e0b76673237156da05f5277287f694596a0695.zip | |
fix: vercel fix
Diffstat (limited to 'src/app/manga/[title]/[id]/buttons.jsx')
| -rw-r--r-- | src/app/manga/[title]/[id]/buttons.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/manga/[title]/[id]/buttons.jsx b/src/app/manga/[title]/[id]/buttons.jsx index 07fe3c3..b4b8d4a 100644 --- a/src/app/manga/[title]/[id]/buttons.jsx +++ b/src/app/manga/[title]/[id]/buttons.jsx @@ -9,6 +9,7 @@ export default async function Buttons({ content: data }) { if (item.pages !== 0) { return ( <Link + key={index} href={{ pathname: `/manga/info/read/${item.id}`, query: { |